============================================================================== Simba Concur JDBC Data Connector Release Notes ============================================================================== The release notes provide details of enhancements, features, known issues, and workflow changes in Simba Concur JDBC Connector 1.7.11, as well as the version history. 1.7.11 ======================================================================= Released 2025-06-23 Enhancements & New Features * Updated third-party libraries The connector now uses the following third-party libraries: - commons-csv version 1.10.0 (previously 1.9.0) - commons-codec version 1.16.0 (Previously 1.15) - jackson-annotations version 2.16.0 (previously 2.14.0) - jackson-core version 2.16.0 (previously 2.14.0) - jackson-databind version 2.16.0 (previously 2.14.0) - jackson-jq version 0.0.13 (Previously 0.0.12) - httpclient version 4.5.14 (Previously 4.5.13) - httpcore version 4.4.16 (previously 4.4.15) - guava version 32.0.1-jre (previously 31.1-jre) * Update on database schemas No new database schemas are added, modified, or decommissioned. Workflow Changes ============================================================= The following changes may disrupt established workflows for the connector. 1.7.0 ------------------------------------------------------------------------ * Quick_Expenses schema table removed Beginning with this release, the Quick_Expenses schema table is no longer supported. * Support for Trips-related tables removed Beginning with this release, tables related to the Trips schema table are no longer able to retrieve data. 1.5.1 ------------------------------------------------------------------------ * TrustCertsPath removed Beginning with this release, the TrustCertsPath connector configuration option is no longer used. Instead, the connector now uses the Java KeyStore for certificates for peer verification. * New default values for SSL properties on non-Windows platforms Beginning with this release, by default the connector uses host and peer verification (UseHostVerification and UsePeerVerification default to 1), regardless of platform. Previously these options defaulted to 1 for Windows and 0 for non-Windows platforms. Version History ============================================================== 1.7.9 ------------------------------------------------------------------------ Released 2022-11-14 Enhancements & New Features * Updated third-party libraries The connector now uses the following third party libraries: - jackson-annotations version 2.14.0 (previously 2.13.3) - jackson-core version 2.14.0 (previously 2.13.3) - jackson-databind version 2.14.0 (previously 2.13.3) - commons-csv version 1.9.0 (previously 1.8) - httpcore version 4.4.15 (previously 4.4.4) - guava version 31.1-jre (previously 30.0-jre) 1.7.8 ------------------------------------------------------------------------ Released 2022-07-26 Enhancements & New Features * Updated database schema The database schema has been updated. This may include changes to the list of supported tables or the metadata in the tables. For more information, see the Reference Guide. * Updated third-party libraries The connector has been updated to use the following libraries: - jackson-annotations version 2.13.3 (previously 2.13.1) - jackson-core version 2.13.3 (previously 2.13.1) - jackson-databind version 2.13.3 (previously 2.13.1) 1.7.6 ------------------------------------------------------------------------ Released 2022-02-23 Enhancements & New Features * Updated database schema The database schema has been updated. This may include changes to the list of supported tables or the metadata in the tables. For more information, see the Reference Guide. * Additional stored procedures The connector now includes additional stored procedures. For more information, see the Reference Guide. * Updated third-party libraries The connector now uses the following third party libraries: - commons-codec version 1.15 (previously 1.11) - jackson-annotations version 2.13.1 (previously 2.12.2) - jackson-core version 2.13.1 (previously 2.12.2) - jackson-databind version 2.13.1 (previously 2.12.2) 1.7.3 ------------------------------------------------------------------------ Released 2021-04-30 Enhancements & New Features * Updated third-party libraries The connector has been updated to use the following libraries: - commons-csv version 1.8 (previously 1.4) - jackson-annotations version 2.12.2 (previously 2.11.1) - jackson-core version 2.12.2 (previously 2.11.1) - jackson-databind version 2.12.2 (previously 2.11.1) - jackson-jq version 0.0.12 (previously 0.0.7) 1.7.2 ------------------------------------------------------------------------ Released 2021-02-12 Enhancements & New Features * Updated database schema The database schema has been updated. This may include changes to the list of supported tables or the metadata in the tables. For more information, see the Reference Guide. Resolved Issues The following issue has been resolved in Simba Concur JDBC Driver 1.7.2. * [MPHJ-1990][00264429] When using the OAuth 2.0 Bearer authentication method with the old access token present in the connection string, the driver does not generate a new access token with the refresh token. 1.7.1 ------------------------------------------------------------------------ Released 2020-07-15 Enhancements & New Features * [MPHJ-1515] Support for both new and old OAuth 2.0 authentication The driver now supports the old (pre-2017) credentials authentication, which was removed in the last release, as well as the new authentication type using the bearer access token. For more information, see the Installation and Configuration Guide. 1.7.0 ------------------------------------------------------------------------ Released 2020-05-28 Enhancements & New Features * Updated database schema The database schema has been updated. This may include changes to the list of supported tables or the metadata in the tables. For more information, see the Reference Guide. * Support for new driver connection properties The driver now supports the following connection properties: - Auth_Base_URL (required) - ProxyHost - ProxyPort - UserParam For more information, see the Installation and Configuration Guide. ==============================================================================